Click or drag to resize

PropertyName Class

Identifies an extended property.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class PropertyName : ExtendedPropertyPath

The PropertyName type exposes the following members.

Constructors
  NameDescription
Public methodPropertyName
Initializes a new instance of the PropertyName class.
Public methodPropertyName(String)
Initializes a new instance of the PropertyName class
Public methodPropertyName(String, StandardPropertySet)
Initializes a new instance of the PropertyName class
Public methodPropertyName(String, StandardPropertySet, MapiPropertyType)
Initializes a new instance of the PropertyName class
Top
Properties
  NameDescription
Public propertyName
Contains property name.
Public propertySet
Contains the property set.
Public propertyType
Contains the property type.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsEqual
Initializes a new instance of the PropertyName class
(Overrides ExtendedPropertyPathIsEqual(ExtendedPropertyPath).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current PropertyName object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also